img[src=""]{opacity: 0;}



::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background: #097bc8;
}

::-webkit-scrollbar-track {
	background: #ECECEC;
}

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
	content: "";
	height: 1px;
	display: block;
}

.clearfix {
	*zoom: 1;
}

.topleg {

}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

img {
	display: block;
}

.toTop {
	transition: all.15s ease;
	width: 44px;
	height: 44px;
	position: fixed;
	right: 5%;
	bottom: 44px;
	background: #005ba0;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	z-index: 9999;
	font-size: 12px;
	opacity: .7;
	display: none;
}

.showTop {
	display: block;
}

.toTop:hover {
	opacity: 1;
}


.head_top {
    width: 100%;
    background: #00679a;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
	position: absolute;
	top:0px;
	z-index: 10;
}
.header_phone_pic img {
    margin-top: 7px;
    width: 25px;
    height: 20px;
    overflow: hidden;
}

.head_top .header {
    width: 92.5%;
    margin: 0 auto;
    height: 49px;
}

.header_left {
    float: left;
}

.header_right {
    float: right;
    position: relative;
}

.header_phone {
    float: left;
}

.header_phone_pic {
    float: left;
    margin-right: 10px;
}
.header_phone_num {
    float: left;
    color: #fff;
}

.header_phone_pic {
    float: left;
    margin-right: 10px;
}
.header_language {
    margin-left: 28px;
    float: left;
}
.header_language li {
    float: left;
    color: #fff;
}

.header_language li a {
    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
	font-size: 14px;
}

.header_left {
    float: left;
}

.header_left li {
    float: left;
    color: #fff;
}


.header_left li a {
	font-size: 14px;
    color: #fff;
    margin-right: 10px;
    margin-left: 10px;
}

/*banner图*/

.pcbanner,
.mobanner {
	width: 100%;
}

.mobanner {
	display: none;
}

.head {

	position: fixed;
	z-index: 999;
	width: 100%;
	transition: all .3s;
	left: 0;
	top: 0px;
}

.head .navbox {
	width: 92.5%;
	margin: 0 auto;
	position: relative;
}

.head .navbox .logobox {
	width: 195px;
	position: absolute;
	left: 0;
	top:-5px;
}

.head .navbox .logobox img {
	width: auto;
}


.head .navbox .navList a::before {
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	display: block;
	content: "";
	background: #097bc8;
	transform: scaleX(0);
	transform-origin: 0 100%;
	z-index: -1;
}
.head .navbox .navList a:hover{
	color: #fff!important;
}
.head .navbox .navList a::after {
				z-index: -1;
				transition: all .3s;
				position: absolute;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 50%;
				display: block;
				content: "";
				background: #097bc8;
				transform: scaleX(0);
				transform-origin: 100% 0;
			}
.head .navbox .navList a:hover::after,
.head .navbox .navList a:hover::before {
				transform: scaleX(1);
			}

.head .navbox .menubox {
	position: absolute;
	right: 0;
	top: 0;
}

.head .navbox .menubox .left {
	cursor: pointer;
	float: left;
	color: #fff;
	line-height: 45px;
	background-color: transparent;
	font-size: 16px;
	height: 45px;
	position: relative;
}

.activehead .navbox .menubox .left {
	color: #333;
}

.head .navbox .menubox .left .select a,
.head .navbox .menubox .left .select span {
	display: block;
	float: left;
}

.head .navbox .menubox .left .select span {
	padding: 0 10px;
}

.head .navbox .menubox .left .select .actlang {
	color: #097bc8;
}

.head .navbox .menubox .left .select a:hover {
	color: #097bc8;
}

.head .navbox .menubox .left .optionbox {
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	opacity: 0;
	transition: all .3s;
}

.head .navbox .menubox .left .optionbox .option {
	cursor: pointer;
}

.head .navbox .menubox .left:hover .optionbox {
	opacity: 1;
}

.head .navbox .menubox .right {
	float: left;
}

.head .navbox .menubox .right .menu {
	padding: 13px;
	cursor: pointer;
}

.head .navbox .menubox .right .menu span {
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin-bottom: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.head .navbox .menubox .right .menu:hover span {
	background: #097bc8;
}

.activehead .navbox .menubox .right .menu span {
	background: #333;
}
.activehead .navbox .menubox .left .header_language li a {
   color: #333;
}
.activehead .navbox .menubox .left .header_language li{
	color: #333;}






.head .navbox .menubox .right .menu span:last-child {
	margin-bottom: 0;
}

.head .navbox .menubox .right .act span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #097bc8;
}

.head .navbox .menubox .right .act span:nth-child(1) {
	margin-top: 8px;
}

.head .navbox .menubox .right .act span:nth-child(2) {
	opacity: 0;
}

.head .navbox .menubox .right .act span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -16px;
}

.activehead {
	padding: 22px 0;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
	top:0px;
}

.activehead .navbox .navList a {
	color: #333;
}

.jg {
	margin: 0 5px;
}

.shuazi {
	position: absolute;
	top: 0;
	left: -260px;
	width: 267px;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 111;
	display: none;
}

.mask .maskbox {
	width: 1056px;
	margin: 251px 583px 0px auto;
	height: 600px;
}

.mask .maskbox .ul {
	width: 20%;
	float: left;
	color: #fff;
}

.mask .maskbox .ul .title {
	font-size: 30px;
	line-height: 52px;
	cursor: pointer;
}

.mask .maskbox .ul .li {
	font-size: 14px;
	color: #bbb;
	line-height: 34px;
	margin-bottom: 20px;
}

.mask .maskbox .ul .li a {
	display: block;
	transition: all .3s;
}

.mask .maskbox .ul .li a:hover {
	margin-left: 10px;
	color: #097bc8;
}

.footer {
	padding: 99px 0;
	background: #333;
}

.footer .inwrap {
	width: 91.44%;
	height: 60px;
	margin: 0 auto;
}

.footer .inwrap .logobox {
	float: left;
	width: 185px;
	padding: 7px;
}

.footer .inwrap ul {
	padding: 8px 0;
	font-size: 14px;
	line-height: 14px;
	color: #888;
}

.footer .inwrap .textbox {
	float: left;
	margin-left: 100px;
	height: 100%;
}

.footer .inwrap ul li {
	border-right: 1px solid #888;
	float: left;
	margin-right: 10px;
}

.footer .inwrap ul li a {
	padding-right: 10px;
}

.footer .inwrap ul li:last-child {
	border: none;
}

.footer .inwrap .sharebox {
	padding: 10px 0;
	float: right;
	position: relative;
}

.footer .inwrap .sharebox .ewm {
	position: absolute;
	width: 150px;
	left: -170px;
	top: 50%;
	margin-top: -75px;
}

.footer .inwrap .sharebox .share {
	float: left;
	background: #333333;
	transition: all .15s ease;
}

.footer .inwrap .sharebox .share:nth-child(2) {
	background: url(../images/index-20.png) no-repeat;
	margin-right: 20px;
}

.footer .inwrap .sharebox .share:hover {
	background: url(../images/index-20.png) no-repeat;
}

.footer .inwrap .sharebox .share:last-child {
	margin-right: 0;
}

.footer .inwrap .beian {
	font-size: 14px;
	line-height: 30px;
	color: #888888;
}

.mohead {
	display: none;
	height: 54px;
	box-sizing: border-box;
	padding: 5px 5%;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.mohead .logobox {
	padding: 6px 0;
	float: left;
}

.mohead .logobox img {
	height: 40px;
}

.mohead .menubox {
	float: right;
	padding: 13px 0;
}

.mohead .menubox .momenu span {
	display: block;
	width: 30px;
	height: 2px;
	background: #097bc8;
	margin-bottom: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.mohead .menubox .momenu span:last-child {
	margin-bottom: 0;
}

.maskout {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: none;
}

.maskout img {
	width: 30px;
	position: absolute;
	left: 40px;
	top: 40px;
}

.menu_sub {
	position: fixed;
	right: -70%;
	top: 0;
	width: 70%;
	background: #000;
	z-index: 1000;
	height: 100%;
	transition: all .3s;
}

.menu_sub li {
	text-align: left;
	border-bottom: 1px solid #232530;
	line-height: 44px;
	font-size: 16px;
	width: 92%;
	margin: 0 auto;
}

.menu_sub a {
	color: #fff;
	display: block;
}

.menu_sub .subTitle {
	color: #fff;
	background: url(../images/plus.png) no-repeat;
	background-size: 16px 16px;
	background-position: right center;
}

.menu_sub .bignav {
	background: none!important;
}

.menu_sub .subbox {
	display: none;
	font-size: 14px;
}

.menu_sub .menuact {
	background: url(../images/reduce.jpg) no-repeat;
	background-position: right center;
	background-size: 16px;
}

.navoutwrap {
	box-shadow: 0px 8px 15px 0px rgba(170, 170, 170, 0.15);display: none;
}

.navoutwrap .navboxs {
	background: #fff;
	text-align: center;
	font-size: 0;
	margin: 0 auto;
}

.navoutwrap .navboxs .navs {
	width: 200px;
	height: 60px;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #333;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	transition: all .3s;
}

.navoutwrap .navboxs .navs:first-child {
	border-left: 1px solid #E5E5E5;
}

.navoutwrap .navboxs .navs:hover,
.navoutwrap .navboxs .actnavs {
	color: #fff;
	background: #005ba0;
}


/*页码*/

.pagewrap {
	text-align: center;
	line-height: 35px;
	margin-top: 50px;
	margin-bottom: 80px;
}

.pagewrap div {
	cursor: pointer;
	transition: all .3s;
}

.pagewrap .inwrap {
	float: left;
	position: relative;
	left: 50%;
}

.pagewrap .inwrap .pagebox {
	float: left;
	position: relative;
	left: -50%;
	color: #888;
}

.pagewrap .prevPage {
	margin-right: 8px;
}

.pagewrap .prevPage,
.pagewrap .nextPage {
	float: left;
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	display: block;
}

.pagewrap .pagenum {
	float: left;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	margin-right: 8px;
	display: block;
	line-height: 35px;
}

.pagewrap .activenum {
	background: #005ba0;
	color: #fff;
	border: none;
}

.pagebox .lastpage,
.pagebox .allpage {
	float: left;
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	display: block;
	margin-left: 8px;
}

.pagebox .allpage {
	border: none;
}

.loadmore {
	text-align: center;
	display: none;
	width: 90%;
	margin: 44px auto 64px auto;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	background: #005ba0;
	border-radius: 2px;
}






























	.h218px{display: block}
   .newsection{display: none}
   .mr_frbox{display: none}
   #shoujitui{display: none}
	#subjects{display: block}
	#phjects{display:none}
    .indexnr1{display: block}

.navy{display: none}

@media screen and (max-width: 1600px)  {
	
	.head .navbox .navList a{width:10%;font-size: 15px;}	
	
	
}


@media screen and (max-width: 1440px)  {
	
	.head .navbox .navList a{width:9%;font-size: 15px;}	
	
	
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
	/*.head .navbox .navList{width: 800px;}*/
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
	
	
	.nymain {
   
		margin-bottom: 40px;}
	
	
	
	/*about*/
	
	.hd{margin-top: 30px;margin-bottom: 20px;display: none}
	.hd img{width:100%}
	
	.hd li.on {
		color: #097bc8;}
	
	
	.hd li:nth-child(1):after {
    content: " ";
    display: block;
    position: absolute;
    top: .2rem;
    right: -.05rem;
    width: 2px;
    height: 21px;
    background: #666666;
}
	.hd li {
		
    display: inline-block;
    vertical-align: top;
    line-height:26px;
    font-size: 22px;
    color: #666;
    padding: 0 20px;
    position: relative;
}
	
	.hd ul {
 
		text-align: center;}
	
	/*新闻*/
	
	 .newsection {
		 display: block;
	width: 1400px;
	margin: 0 auto;
	margin-bottom: 80px;
	position: relative;
}
 .newsection .shuazi {
	top: 50px;
}
 .newsection .titlebox {
	margin: 114px 0 70px 0;
	padding-left: 40px;
}
 .newsection .titlebox .ti {
	font-family: AvantGardeGothic-DTC;
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 8px;
	color: #3c3c3c;
}
 .newsection .titlebox .te {
	font-size: 20px;
	line-height: 20px;
	color: #3c3c3c;
}
 .newsection .newlist li {
	width: 30%;
	float: left;
	margin-right: 5%;
	cursor: pointer;
	padding-bottom: 50px;
}
 .newsection .newlist li .imgbox {
	overflow: hidden;
}
 .newsection .newlist li .imgbox img {
	transition: all .3s;
}
 .newsection .newlist li .title {
	margin: 30px 0;
}
 .newsection .newlist li .title .ti {
	font-size: 20px;
	line-height: 26px;
	color: #097bc8;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	margin-bottom: 10px;
}
 .newsection .newlist li .title .te {
	font-size: 14px;
	line-height: 28px;
	color: #888888;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
 .newsection .newlist li .morebox {
	font-family: AvantGardeGothic-DTC;
	font-size: 14px;
	line-height: 33px;
	color: #a2a2a2;
	background-position: 100% center;
	background-image: url(../images/jiantou-l2.png);
	background-repeat: no-repeat;
}
 .newsection .newlist li:last-child {
	margin-right: 0;
}
 .newsection .newlist li:hover .title .ti {
	color: #097bc8;
}
 .newsection .newlist li:hover .imgbox img {
	transform: scale(1.02, 1.02);
}
 .newsection {
	width: 90%;
	 margin-top: 5%;
	margin-bottom: 84px;
}
 .newsection .titlebox {
	margin: 44px 0 22px 0;
	padding-left: 0%;
}
.newsection .titlebox .te {
	font-size: 20px;
	line-height: 20px;
}
 .newsection .newlist li {
	width: 100%;
	float: none;
	margin-right: 0;
	padding-bottom: 22px;
}
 .newsection .newlist li .title .ti {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 8px;
}
 .newsection .newlist li .title .te {
	font-size: 14px;
	line-height: 26px;
}
 .newsection .newlist li .morebox {
	 font-family: "codropsicons";
    font-size: 22px;
    line-height: 40px;}
 .newsection .newlist li .imgbox img {
	width: 100%;
	transition: all .3s;
}
 .newsection .newlist li .title {
	margin: 50px 0;
	 padding: 0 30px;
}
.newsection .newlist li {
	background: #efefef;
	float: left;
	width: 48.5%;
	margin-right: 3%;
	padding-bottom: 5%;
}
.newsection .newlist li:nth-child(2n) {
	margin-right: 0;
}

	
	/*新闻*/
	
	
	
	
	
	
	 #swiper3 #sp3 {
	bottom: 0px;
}
	#swiper3 #sp3 .swiper-pagination-bullet-active {
	background: #097bc8;
}
	.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #cecece;
}
	
	.navy{display: block;position: fixed;bottom: 0px;width:100%;z-index: 100}
    .navy .menu_1>li {
	width:33%;
    display: table-cell;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    float: left;
    line-height: 20px;
    position: relative;
	background: #097bc8;
}
	
	
	.navy .menu_1>li:nth-child(2n){margin-left: 0.5%;margin-right: 0.5%}	
	
	
	.indexnr1{display:none;}
	
	
	
	
	
	
.navy .menu_1 li a {
	margin: 5px 0;
    color: #dedede;
    width: 100%;
    text-decoration: none;
    display: inline-block;
	text-align: center;	}
	
	.navy .menu_1>li a i {
    font-size: 20px;
    line-height: 4px;
    display: block;
    margin: auto;
		margin-bottom: 4px;
    width: 28px;
    text-align: center;}
	
	
	.nycase .casebox:nth-child(2n){margin-right: 0px}
	.nycase .casebox:nth-child(3n){margin-right: 2%}
	.nycase .casebox:nth-child(6n){margin-right: 0}
	.synewscenter h1{font-size: 16px}
	
	.synewsleft{display: none;}
	.synewscenter{width:100%}
	
	.synewsright{width:100%}
	
	#subjects .state-0 .item-2{left:0px;top:125px}
	#subjects .state-0 .item-3{left:0px;top:250px}
	#subjects .state-0 .item-4{left:0px;top:375px}
	.information-tab .information-right .article-list .article-title{width: 182px!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;}
	
	.synewscenter p{margin-bottom: 20px}
	#subjects{display: none}
	#phjects{display: block}
	#phjects{height:500px;margin-top: 15px;}
	
	#phjects .g-wrap .item-1 .p1{width:100%;height:auto;}
	#phjects .g-wrap .item-1 .p1 img{width:100%;margin-bottom: 7px;}
	
	#phjects .g-wrap .item-2 .p1{width:100%;height:auto}
	#phjects .g-wrap .item-2 .p1 img{width:100%;margin-bottom: 7px;}
	
	#phjects .g-wrap .item-3 .p1{width:100%;height:auto}
	#phjects .g-wrap .item-3 .p1 img{width:100%;margin-bottom: 7px;}
	
	#phjects .g-wrap .item-4 .p1{width:100%;height:auto}
	#phjects .g-wrap .item-4 .p1 img{width:100%}
	

	
	
	#shoujitui{width:100%}
	#shoujitui{display:block}
	#shoujitui ul{overflow: hidden;width:100%;margin-top: 20px;}
	#shoujitui li{width:49%;float: left;margin-left: 0.5%;margin-right: 0.5%}
	#shoujitui img{width:100%}
	#shoujitui span{text-align: center;display: block;color:#333;font-size: 14px;}
	
	.nycase .casebox .caseimg1{height: auto}
	
	.h218px{display: none}
	
	.nyxwbox .newsxq h1{font-size: 16px;}
	.nyri{display: none;}
	
	.nyle{width:100%;padding-right: 0px;border-right:none}
	
	.nyxwbox .newsxq{width:78%;}
	
	.nyxwbox .newsrq{width:20%}
	
	.nyleft{display: none;}
	
	.nyright{width:100%}
	
	.nycase .casebox{width:49%}
	.nycase{width:100%;overflow: hidden}
	.nycase .casebox .casefont h1{font-size: 16px}
	.nycase .casebox .casefont{height:auto;}
	.mobanner {
		display: block;
	}
	.pcbanner {
		display: none;
	}
	.head {
		display: none;
	}
	.topleg {
		height: 54px;
		display: block;
	}
	.mohead {
		display: block;
		box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
	}
	.footer {
		padding: 20px 0;
	}
	.footer .inwrap {
		width: 90%;
		height: 60px;
	}
	.footer .inwrap .logobox {
		display: none;
	}
	.footer .inwrap ul {
		display: none;
	}
	.footer .inwrap .sharebox {
		display: none;
	}
	.footer .inwrap .textbox {
		float: none;
		margin-left: 0;
		width: auto;
	}
	.footer .inwrap .beian {
		text-align: center;
		float: none;
		font-size: 14px;
		line-height: 30px;
	}
	.footer .inwrap .beian a {
		display: block;
	}
	.navoutwrap{display: block;}
	.navoutwrap .navboxs {
		width: 100%!important;
		margin: 0 auto;
	}
	.navoutwrap .navboxs .navs {
		width: 50%!important;
		height: 36px;
		line-height: 36px;
		border-bottom: 1px solid #E5E5E5!important;
		font-size: 16px;
	}
	
	
	.navoutwrap .navboxs .navs img{;height:30px;display: block;margin: auto;margin-top: 3px;}
	
	
	.navoutwrap .navboxs .actnavs {
		color: #fff!important;
		background: #005ba0!important;
	}
	.navoutwrap .navboxs .navs:nth-child(2n) {
		border-right: none;
	}
	
	.navoutwrap .navboxs .navs:nth-child(2n+1) {
		border-left: none;
	}
	/*.navoutwrap .navboxs .navs:first-child{border-left: none!important;}*/
	.pagewrap {
		display: block;
		margin-top: 10px;
        margin-bottom: 30px;
	}
	.loadmore {
		display: block;
	}
	
	
	.container{width:100%}
	
	.con-right{width:100%}
	
	.qi-content2 .txt{width:100%}
	
	.qi-text1 dl dd{width:100%;font-size: 14px;}
	
	.qi-content2 .qi-text .img4{width:49%;float:left;margin-left: 0.5%;margin-right: 0.5%;margin-bottom: 1%}
	
	.qi-content2 .img img{max-width: 100%}
	
	.qi-content2 .img{width:100%}
	.news-list-order li{width:100%}
	.news-list-order li a{float: left}
	.news-list-order li .title-style{ width:162px!important;overflow: hidden;text-overflow:ellipsis; white-space:nowrap;display: block}
	
}
.scaleX{
	animation: scaleX 1.5s linear infinite alternate;
	-webkit-animation: scaleX 1.5s linear infinite alternate;
}
.scaleB{
	animation: scaleB 1.5s linear infinite alternate;
	-webkit-animation: scaleB 1.5s linear infinite alternate;
}


@-webkit-keyframes scaleX{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0.5);
	}
}

@-webkit-keyframes scaleB{
	0%{
		transform: scaleX(0.5);
	}
	100%{
		transform: scaleX(1);
	}
}
@keyframes scaleX{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0.5);
	}
}
@keyframes scaleB{
	0%{
		transform: scaleX(0.5);
	}
	100%{
		transform: scaleX(1);
	}
}
